func github.com/go-pg/pg/v10/orm.onDelete

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table_create.go#L209: 	if s := onDelete(rel.BaseFKs); s != "" {
		table_create.go#L228: func onDelete(fks []*Field) string {